home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Examples / BPM / English.lproj / InfoPanel.nib / data.classes next >
Encoding:
Text File  |  1995-03-17  |  382 b   |  15 lines

  1. MiscInfo = {
  2.     ACTIONS = {"info:" = "info:"; "setController:" = "setController:"; }; 
  3.     OUTLETS = {
  4.     controller = controller; 
  5.     infoPanel = infoPanel; 
  6.     niftyView = niftyView; 
  7.     regText = regText; 
  8.     strings = strings; 
  9.     versionDateText = versionDateText; 
  10.     versionText = versionText; 
  11.     }; 
  12.     SUPERCLASS = Object; 
  13. };
  14. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  15.